home *** CD-ROM | disk | FTP | other *** search
/ Champak 128 / Vol 128 (Damaged).iso / games / hello_ki.swf / scripts / DefineButton2_43 / BUTTONCONDACTION on(rollOver).as < prev   
Encoding:
Text File  |  2011-03-26  |  83 b   |  7 lines

  1. on(rollOver){
  2.    tellTarget("NewGameText")
  3.    {
  4.       gotoAndPlay(2);
  5.    }
  6. }
  7.